Globber

class Globber

A globber instance for a given glob.

Functions

glob
Link copied to clipboard
suspend fun glob(): List<Path>
Get all matching files.
globFlow
Link copied to clipboard
suspend fun globFlow(): <ERROR CLASS><Path>
Get all matching files, asynchronously.

Sources

js source
Link copied to clipboard